home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / c / restracklib_0_2.readme < prev    next >
Encoding:
Text File  |  1994-10-08  |  2.3 KB  |  55 lines

  1. Short:    Resource Tracking Library (incomplete yet)
  2. Author:   digulla@fh-konstanz.de
  3. Uploader: digulla@fh-konstanz.de
  4. Type:     dev/c
  5.  
  6. This link library implements resource tracking for Amiga. Look at this:
  7.  
  8.     void * ptr;
  9.     FILE * fptr;
  10.  
  11.     ptr = AllocMem (500, 0);
  12.  
  13.     /* some stuff */
  14.  
  15.     Close (ptr);    /* just a typo */
  16.  
  17. You will not only look memory, but may crash your whole machine. RTL now
  18. catches these problems and reports the error with filename and line. Just
  19. have a look at ResTrackLib/test.c which contains several test cases.
  20.  
  21. This version does support almost all Exec-Stuff (Memory, Devices, etc) and
  22. Locks (DOS).
  23.  
  24. Aaron "Optimizer" Digulla
  25.  
  26.  
  27. ============================= Archive contents =============================
  28.  
  29. Original  Packed Ratio    Date     Time    Name
  30. -------- ------- ----- --------- --------  -------------
  31.     2648     796 69.9% 31-Jul-94 15:33:08  ResTrackLib/allocate.c
  32.     2130     690 67.6% 31-Jul-94 15:33:10  ResTrackLib/allocentry.c
  33.     2120     703 66.8% 31-Jul-94 15:33:10  ResTrackLib/allocmem.c
  34.     1652     540 67.3% 31-Jul-94 15:33:08  ResTrackLib/allocvec.c
  35.      761     283 62.8% 31-Jul-94 15:33:10  ResTrackLib/asl.c
  36.     1017     228 77.5% 31-Jul-94 15:33:08  ResTrackLib/clib.c
  37.     2047     686 66.4% 31-Jul-94 15:33:10  ResTrackLib/createport.c
  38.     1776     547 69.2% 31-Jul-94 15:33:08  ResTrackLib/graphics.c
  39.     1757     460 73.8% 31-Jul-94 15:33:10  ResTrackLib/lists.h
  40.     2319     838 63.8% 31-Jul-94 15:33:08  ResTrackLib/locks.c
  41.     1309     477 63.5% 31-Jul-94 15:33:10  ResTrackLib/open.c
  42.     6381    1234 80.6% 31-Jul-94 15:33:10  ResTrackLib/opendevice.c
  43.      851     374 56.0% 31-Jul-94 15:33:10  ResTrackLib/openlibrary.c
  44.     2316     777 66.4% 31-Jul-94 15:33:10  ResTrackLib/pools.c
  45.    21115    4091 80.6% 31-Jul-94 15:33:08  ResTrackLib/restrack.c
  46.    10222    2785 72.7% 31-Jul-94 15:33:10  ResTrackLib/restrack.h
  47.    16116    4700 70.8% 31-Jul-94 15:33:12  ResTrackLib/restrack.lib
  48.     5533    1487 73.1% 31-Jul-94 15:33:10  ResTrackLib/restrack_intern.h
  49.     2611    1204 53.8% 31-Jul-94 15:33:12  ResTrackLib/restrack_lib.doc
  50.    15300    4669 69.4% 31-Jul-94 15:33:12  ResTrackLib/restrackr.lib
  51.     2530     776 69.3% 31-Jul-94 15:33:08  ResTrackLib/test.c
  52.       42      38  9.5% 31-Jul-94 15:33:10  ResTrackLib/test.h
  53. -------- ------- ----- --------- --------
  54.   102553   28383 72.3% 10-Aug-94 10:01:04   22 files
  55.